.banner { max-width:1440px; position: relative; left:50%; margin-left:-720px;
}

.banner_inner {
	margin: 0px auto; width: 100%; height: 490px; position: relative;
}
.banner_img {
}
.banner_img li { max-width:1440px; margin:0 auto; position: relative;
}
.banner_img li.bgli01 {
	background: url("1-0.jpg") no-repeat center rgb(204, 204, 204);
}
.banner_img li.bgli02 {
	background: url("2-0.jpg") no-repeat center rgb(210, 204, 151);
}
.banner_img li.bgli03 {
	background: url("3-0.jpg") no-repeat center rgb(67, 170, 218);
}
.banner_img li.bgli04 {
	background: url("4-0.jpg") no-repeat center rgb(10, 123, 164);
}
.banner_img li.bgli05 {
	background: url("5-0.jpg") no-repeat center rgb(10, 123, 164);
}
.banner .child1 {
	left: 0px; top: 0px; width: 100%; height: 490px; margin-left: 0px; position: absolute;
}
.banner .child2 {
	left: 0px; top: 0px; width: 100%; height: 490px; margin-left: 0px; position: absolute;
}
.banner_common {
	margin: 0px auto; width: 100%; position: relative;
}
.banner_pre {
	background: url("banner_btn_l.png") no-repeat; left: 50px; top: 245px; width: 54px; height: 105px; margin-left: 0px; filter: alpha(opacity=50); position: absolute; z-index: 10; cursor: pointer; opacity: 0.5;
}
.banner_next {
	background: url("banner_btn_r.png") no-repeat; top: 245px; width: 54px; height: 105px; right: 50px; margin-right: 0px; filter: alpha(opacity=50); position: absolute; z-index: 10; cursor: pointer; opacity: 0.5;
}
.banner_pre:hover {
	filter: alpha(opacity=100); opacity: 1;
}
.banner_next:hover {
	filter: alpha(opacity=100); opacity: 1;
}
.banner .control {
	left: 50%; top: 408px; width: 140px; margin-left: -80px; position: absolute;
}
.banner .control li {
	background: rgb(255, 255, 255); border-radius: 50%; width: 18px; height: 18px; margin-left: 10px; float: left; cursor: pointer;
}
.banner .control li a {
	display: none;
}
.banner .control li.current {
	background: rgb(62, 116, 181);
}
